home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1999 January / EnigmA AMIGA RUN 33 (1999)(G.R. Edizioni)(IT)[!][issue 1999-01].iso / earcd / apus / boothack / old / bh980723.lha / bh980723 / compileTest < prev    next >
Text File  |  1997-02-22  |  419b  |  9 lines

  1. ; Requires phase5-gcc for compiling
  2. assign ade: dh2:gnu
  3. delete ppc_boot.s 
  4. delete ppc_boot.o
  5. ppc-amigaos-gcc -I/dh1/ade/include/ -I/empty/linux-2.1.57/include -Iinclude: -I/dh1/powerup/ppc-dev/include -O1 -fomit-frame-pointer -S ppc_boot.c
  6. ppc-amigaos-gas ppc_boot.s -o ppc_boot.o
  7. ppc-amigaos-ld -r -o ppc_boot ppc_boot.o
  8. ; ppc-amigaos-objdump --section-headers --full-contents --all-headers --disassemble-all ppc_boot
  9.